Design Patterns
Main Page
Namespaces
Classes
Files
File List
tcp_octet_stream.h
Go to the documentation of this file.
1
// Based on "Design Patterns: Elements of Reusable Object-Oriented Software"
2
// book by Erich Gamma, John Vlissides, Ralph Johnson, and Richard Helm
3
//
4
// Created by Bartosz Rachwal. The National Institute of Advanced Industrial Science and Technology, Japan.
5
6
#ifndef OPERATIONAL_STATE_TCP_OCTET_STREAM_H_
7
#define OPERATIONAL_STATE_TCP_OCTET_STREAM_H_
8
9
namespace
operational
10
{
11
namespace
state
12
{
13
class
TcpOctetStream
{ };
14
}
15
}
16
17
#endif
18
operational
Definition:
application.cc:10
operational::state::TcpOctetStream
Definition:
tcp_octet_stream.h:13
src
operational
src
state
tcp_octet_stream.h
Generated by
1.8.10