hiep sua file
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// on windows)
|
||||
#include "XmlRpc.h"
|
||||
#include <iostream>
|
||||
using namespace XmlRpc;
|
||||
using namespace robot::XmlRpc;
|
||||
|
||||
int main(int argc, char* argv[])
|
||||
{
|
||||
@@ -12,7 +12,7 @@ int main(int argc, char* argv[])
|
||||
return -1;
|
||||
}
|
||||
int port = atoi(argv[2]);
|
||||
//XmlRpc::setVerbosity(5);
|
||||
//robot::XmlRpc::setVerbosity(5);
|
||||
|
||||
// Use introspection API to look up the supported methods
|
||||
XmlRpcClient c(argv[1], port);
|
||||
|
||||
Reference in New Issue
Block a user