OSDN Git Service

IM0035
[peercast-im/PeerCastIM.git] / PeerCast.root / PeerCast / core / common / servmgr.h
index e424a9d..8a9310d 100644 (file)
@@ -122,7 +122,8 @@ public:
                NT_UPGRADE                      = 0x0001,
                NT_PEERCAST                     = 0x0002,
                NT_BROADCASTERS         = 0x0004,
-               NT_TRACKINFO            = 0x0008
+               NT_TRACKINFO            = 0x0008,
+               NT_APPLAUSE                     = 0x0010 //JP-MOD
        };
 
        enum FW_STATE
@@ -418,9 +419,40 @@ public:
 
        bool topmostGui; // \8dÅ\91O\96Ê
        bool startWithGui; // \8bN\93®\8e\9e\82ÉGUI
+       bool preventSS; // \83X\83N\83\8a\81[\83\93\83Z\81[\83o\81[\82ð\97}\8e~
 
        int maxRelaysIndexTxt;  // for PCRaw (relay)
 
+#ifdef WIN32 //JP-MOD
+       bool    guiSimpleChannelList;
+       bool    guiSimpleConnectionList;
+       bool    guiTopMost;
+
+       int             guiChanListDisplays;
+       int             guiConnListDisplays;
+       bool    guiTitleModify;
+       String  guiTitleModifyNormal;
+       String  guiTitleModifyMinimized;
+
+       bool    guiAntennaNotifyIcon;
+
+       bool    ppClapSound;
+       String  ppClapSoundPath;
+#endif
+
+       int             disableAutoBumpIfDirect;
+       int             asxDetailedMode;
+
+       enum PPBCSTFLAG //JP-MOD
+       {
+               bcstNone                = 0x00000000,
+               bcstClap                = 0x00000001
+       };
+
+       // PCP broadcast flood
+       GnuID lastPCPFromID;
+       time_t lastPCPBcstTime;
+
 private:
        FW_STATE        firewalled;
 };