X-Git-Url: https://code.wpia.club/?a=blobdiff_plain;f=src%2Fio%2FslipBio.h;h=a2fd3c2de2dfd7836e70c663a929d86a2150d084;hb=da9f337a893bd317460118f89efa83a3427f797f;hp=918b9f7b3e9ff741891f9159a377f1e943a68d2a;hpb=1d6e8ad5419d4a8fea7f9803381569398c45b421;p=cassiopeia.git diff --git a/src/io/slipBio.h b/src/io/slipBio.h index 918b9f7..a2fd3c2 100644 --- a/src/io/slipBio.h +++ b/src/io/slipBio.h @@ -34,9 +34,9 @@ public: void setTarget( std::shared_ptr target, bool server ); - virtual int write( const char* buf, int num ); - virtual int read( char* buf, int size ); - virtual long ctrl( int cmod, long arg1, void* arg2 ); + virtual int write( const char *buf, int num ); + virtual int read( char *buf, int size ); + virtual long ctrl( int cmod, long arg1, void *arg2 ); - static const char* getName(); + static const char *getName(); };