DDS
ver. 3.6
dds-session
src
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
def.h
dds::session_cmd::CStop::stop
void stop(const std::string &_sessionID)
Definition:
Stop.cpp:21
dds
Miscellaneous functions and helpers are located here.
Definition:
AgentConnectionManager.h:13
dds::session_cmd::CStop
Definition:
Stop.h:16
Generated by
1.8.15