[prev in list] [next in list] [prev in thread] [next in thread] 

List:       helix-server-cvs
Subject:    [Server-cvs] engine/core/pub core_proc.h, 1.13, 1.14 hxprotmgr.h,
From:       jgordon () helixcommunity ! org
Date:       2009-09-17 19:11:11
Message-ID: 200909172020.n8HKKDwF031543 () mailer ! progressive-comp ! com
[Download RAW message or body]

Update of /cvsroot/server/engine/core/pub
In directory cvs01.internal.helixcommunity.org:/tmp/cvs-serv3964/pub

Modified Files:
	core_proc.h hxprotmgr.h 
Log Message:
Clean up some conditional includes of _rn code



Index: core_proc.h
===================================================================
RCS file: /cvsroot/server/engine/core/pub/core_proc.h,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -d -r1.13 -r1.14
--- core_proc.h	14 Sep 2009 23:21:53 -0000	1.13
+++ core_proc.h	17 Sep 2009 19:11:09 -0000	1.14
@@ -81,7 +81,7 @@
                             Config* config,
                             ServerRegistry* registry,
                             int backlog);
-                        void InitListenPort(char* szConfigString,
+    void InitListenPort(char* szConfigString,
                                                 Process* proc,
                                                 Config* config,
                                                 ServerRegistry* registry,

Index: hxprotmgr.h
===================================================================
RCS file: /cvsroot/server/engine/core/pub/hxprotmgr.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- hxprotmgr.h	14 Sep 2009 23:21:53 -0000	1.6
+++ hxprotmgr.h	17 Sep 2009 19:11:09 -0000	1.7
@@ -89,13 +89,14 @@
     HXPROT_HTTP,
     HXPROT_MMS,
     HXPROT_CLOAK,
+    HXPROT_RTMP,
     HXPROT_LAST
 };
 
 class HXProtocolSniffer // Should have a better name
 {
 public:
-    virtual BOOL         Match(IHXBuffer* pBuf) = 0;
+    virtual BOOL         Match(IHXBuffer* pBuf) { return FALSE; };
     virtual HXProtocol*  Create(CHXServSocket* pSock) = 0;
 };
 


_______________________________________________
Server-cvs mailing list
Server-cvs@helixcommunity.org
http://lists.helixcommunity.org/mailman/listinfo/server-cvs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic