ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/host/c++/SmallNet.h
(Generate patch)

Comparing projects/cms/source/host/c++/SmallNet.h (file contents):
Revision 1.3 by ab11, Mon Feb 26 14:55:34 2001 UTC vs.
Revision 1.5 by ab11, Tue Mar 27 00:05:08 2001 UTC

# Line 1 | Line 1
1   #include <iostream>
2   #include <string>
3   #include "socket++-1.10/sockinet.h"
4 + #include "SubNet.h"
5  
6   using std::string;
7  
# Line 12 | Line 13 | class SmallNet {
13          // heartbeat section
14          int connectHeartBeat(string host, int port);
15          string heartBeatSend(string text);
16 <        void closeHeartBeatConnection();      
16 >            void closeHeartBeatConnection();      
17          // config section
18          int connectConfig(string host,int port);
19          string configSend(string text);
20          void closeConfigConnection();
21          // misc stuff      
22          void sendUPDPacket( string host, int port, string message );
22        string getIPfromHost(string hostname);
23      private:
24          
25 <        int debug;              // print debug info?
25 >        int debug;                      // print debug info?
26          iosockinet * socket;    // TCP socket
27 <        
28 <        
29 <        
30 <                
27 >        SubNet * ssocket;           // TCP/UDP Socket
28 >        
29   }; // class

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines