FACT++  1.0
BridgeCommand::BridgeCommand ( char *  name,
char *  format 
)
inline

Definition at line 131 of file dimbridge.cxx.

References bridge_name, and DimServer::start().

131  :
132  DimCommand(name, format)
133  {
135  cmnd = 1;
136  found = 1;
137  strcpy(srv_name, name);
138 // cout << "Bridging Command: " << name << endl;
139  }
char srv_name[256]
Definition: dimbridge.cxx:115
static char bridge_name[64]
Definition: dimbridge.cxx:8
static void start()
Definition: discpp.cxx:512
DimCommand(const char *name, char *format)
Definition: discpp.cxx:1336

+ Here is the call graph for this function: