mmserv/sts/stsserver/src/stsserver.h
changeset 16 43d09473c595
parent 14 80975da52420
child 20 b67dd1fc57c5
equal deleted inserted replaced
14:80975da52420 16:43d09473c595
    26 class CStsServer : private CPolicyServer
    26 class CStsServer : private CPolicyServer
    27     {
    27     {
    28 public:
    28 public:
    29 
    29 
    30     // Runs the server on the current thread, and blocks until the server exits.
    30     // Runs the server on the current thread, and blocks until the server exits.
    31     IMPORT_C static void RunServerL(bool aPerformProcessRendezvous = EFalse,
    31     IMPORT_C static void RunServerL();
    32             bool aPerformThreadRendezvous = EFalse);
       
    33 
    32 
    34     void AddSession(CStsServerSession* aSession);
    33     void AddSession(CStsServerSession* aSession);
    35 
    34 
    36     void DropSession(CStsServerSession* aSession);
    35     void DropSession(CStsServerSession* aSession);
    37 
    36