DDS  ver. 3.4
Stop.h
Go to the documentation of this file.
1 // Copyright 2018 GSI, Inc. All rights reserved.
2 //
3 //
4 //
5 #ifndef STOP_H
6 #define STOP_H
7 // DDS
8 #include "def.h"
9 // STD
10 #include <string>
11 
12 namespace dds
13 {
14  namespace session_cmd
15  {
16  class CStop
17  {
18  public:
19  void stop(const std::string& _sessionID);
20  };
21  } // namespace session_cmd
22 } // namespace dds
23 #endif
void stop(const std::string &_sessionID)
Definition: Stop.cpp:22
Definition: AgentConnectionManager.h:13
Definition: Stop.h:16