FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
Cmd::Cmd
(
char *
cmdName
,
char *
resultName
)
inline
Definition at line
27
of file
rshServer.cxx
.
Referenced by
main()
.
27
:
DimCommand
(cmdName,
"C"
)
28
{
29
result
=
new
char
[10];
30
strcpy(
result
,
"empty"
);
31
resultSrvc
=
new
DimService
(resultName,
"C"
,
result
, strlen(
result
)+1);
32
};
Cmd::result
char * result
Definition:
rshServer.cxx:22
Cmd::resultSrvc
DimService * resultSrvc
Definition:
rshServer.cxx:23
DimService
Definition:
dis.hxx:141
DimCommand::DimCommand
DimCommand(const char *name, char *format)
Definition:
discpp.cxx:1336
Here is the caller graph for this function:
Cmd
Generated on Sun Sep 18 2016 20:50:43 for FACT++ by
1.8.11