CMGDK r49-rc2
|
00001 # i f n d e f H G L _ T C P _ C L I E N T _ S E N D _ I N C L U D E 00002 00003 # d e f i n e H G L _ T C P _ C L I E N T _ S E N D _ I N C L U D E 00004 00005 00006 00007 # i n c l u d e < h g l / t h r e a d / T h r e a d . H > 00008 00009 n a m e s p a c e h g l 00010 00011 { 00012 00013 c l a s s R i n g B u f f e r ; 00014 00015 c l a s s S e m a p h o r e ; 00016 00017 00018 00019 n a m e s p a c e n e t w o r k 00020 00021 { 00022 00023 / * * 00024 00025 * T C P [7bzSSYt~z< b r > 00026 00027 * ~z;^X!j_ 00028 00029 * / 00030 00031 c l a s s T C P C l i e n t S e n d : p u b l i c T h r e a d 00032 00033 { 00034 00035 i n t s o c k ; 00036 00037 d o u b l e T i m e O u t ; 00038 00039 00040 00041 c h a r * b u f f e r ; 00042 00043 i n t b u f f e r _ s i z e ; 00044 00045 00046 00047 R i n g B u f f e r * S e n d B u f f e r ; 00048 00049 S e m a p h o r e * S e n d S e m a p h o r e ; 00050 00051 00052 00053 p u b l i c : 00054 00055 00056 00057 T C P C l i e n t S e n d ( R i n g B u f f e r * , d o u b l e ) ; 00058 00059 ~ T C P C l i e n t S e n d ( ) ; 00060 00061 00062 00063 v o i d U s e S o c k e t ( i n t ) ; 00064 00065 00066 00067 b o o l S t a r t ( ) ; / / / < _YЏLS_MR~z 00068 00069 00070 00071 b o o l E x e c u t e ( ) ; / / ~zЏLQpe 00072 00073 00074 00075 v o i d S e n d R e q u e s t ( ) ; 00076 00077 } ; / / c l a s s T C P C l i e n t S e n d 00078 00079 } / / n a m e s p a c e n e t w o r k 00080 00081 } / / n a m e s p a c e h g l 00082 00083 # e n d i f / / H G L _ T C P _ C L I E N T _ S E N D _ I N C L U D E 00084 00085