FACT++  1.0
template<>
bool Dim::SendCommand ( const std::string &  command,
const std::string &  t 
)
inline

Definition at line 64 of file Dim.h.

References DimClient::sendCommand().

65  {
66  return DimClient::sendCommand(command.c_str(), const_cast<char*>(t.c_str()), t.length()+1);
67  }
static int sendCommand(const char *name, int data)
Definition: diccpp.cxx:1098
TT t
Definition: test_client.c:26

+ Here is the call graph for this function: