hiep sua file
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
#include <iostream>
|
||||
#include <stdlib.h>
|
||||
|
||||
using namespace XmlRpc;
|
||||
using namespace robot::XmlRpc;
|
||||
|
||||
// The server
|
||||
XmlRpcServer s;
|
||||
@@ -66,7 +66,7 @@ int main(int argc, char* argv[])
|
||||
}
|
||||
int port = atoi(argv[1]);
|
||||
|
||||
XmlRpc::setVerbosity(5);
|
||||
robot::XmlRpc::setVerbosity(5);
|
||||
|
||||
// Create the server socket on the specified port
|
||||
s.bindAndListen(port);
|
||||
|
||||
Reference in New Issue
Block a user