]> git.stg.codes - stg.git/blobdiff - projects/stargazer/user_impl.h
Placeholder added to the XML-RPC API documentation book
[stg.git] / projects / stargazer / user_impl.h
index e9c9f98667691722569f1d43dbd57a1c15c82c85..68b7726810eac4312c7997598a9ebc67dda9f731 100644 (file)
 #include <string>
 #include <set>
 
 #include <string>
 #include <set>
 
-#include "user.h"
-#include "os_int.h"
-#include "stg_const.h"
-#include "user_stat.h"
-#include "user_conf.h"
-#include "user_ips.h"
-#include "user_property.h"
-#include "auth.h"
-#include "stg_message.h"
-#include "noncopyable.h"
+#include "stg/user.h"
+#include "stg/os_int.h"
+#include "stg/const.h"
+#include "stg/user_stat.h"
+#include "stg/user_conf.h"
+#include "stg/user_ips.h"
+#include "stg/user_property.h"
+#include "stg/auth.h"
+#include "stg/message.h"
+#include "stg/noncopyable.h"
 
 //-----------------------------------------------------------------------------
 class TARIFF;
 
 //-----------------------------------------------------------------------------
 class TARIFF;
@@ -296,4 +296,6 @@ private:
 };
 //-----------------------------------------------------------------------------
 
 };
 //-----------------------------------------------------------------------------
 
+typedef USER_IMPL * USER_IMPL_PTR;
+
 #endif //USER_H
 #endif //USER_H