#include <arpa/inet.h>
#include <string>
-#include "common.h"
-//#include "srvconf_common.h"
-#include "stg_const.h"
-#include "servconf.h"
+#include "stg/common.h"
+#include "stg/const.h"
+#include "stg/servconf.h"
using namespace std;
PARSER_GET_USERS::PARSER_GET_USERS()
: RecvUserDataCb(NULL),
userDataCb(NULL),
+ user(),
depth(0),
error(false)
{
PARSER_GET_USER::PARSER_GET_USER()
: RecvUserDataCb(NULL),
userDataCb(NULL),
+ user(),
depth(0),
error(false)
{
: RecvServerInfoDataCb(NULL),
serverInfoDataCb(NULL),
depth(0),
- error(false)
+ error(false),
+ serverInfo()
{
}
//-----------------------------------------------------------------------------