Ignore:
Timestamp:
01/03/15 18:26:23 (10 years ago)
Author:
tbretz
Message:
Updated to v20r11
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/dim/src/examples/pvss_dim_server.cxx

    r15282 r18058  
    3131        }
    3232public :
    33         RecvCommand(char *name) : DimCommand(name,"C") {reset_flag = 0;};
     33        RecvCommand(const char *name) : DimCommand(name,"C") {reset_flag = 0;};
    3434        int isReset() {return reset_flag;};
    3535        void clearReset() {reset_flag = 0;};
     
    4747        }
    4848public :
    49         RecvCommandComplex(char *name) : DimCommand(name,"I:1;C:1;I:1;F:1;C") {};
     49        RecvCommandComplex(const char *name) : DimCommand(name,"I:1;C:1;I:1;F:1;C") {};
    5050};
    5151/*
     
    9595        }
    9696public:
    97         RpcService(char *name): DimRpc(name,"I","I") {val = 0;};
     97        RpcService(const char *name): DimRpc(name,"I","I") {val = 0;};
    9898};
    9999
Note: See TracChangeset for help on using the changeset viewer.