Started experimenting with perl/python scripts to auto rename incl guards etc.
[aesalon.git] / include / vcomm / NetworkPacket.h
blob4c3a02f40145c405a23a7065381663cea78b2ad9
1 /**
2 Aesalon, a tool to visualize a program's behaviour at run-time.
3 Copyright (C) 2010, Aesalon Development Team.
5 Aesalon is distributed under the terms of the GNU GPLv3. For more
6 licensing information, see the file LICENSE included with the distribution.
8 @file include/vcomm/NetworkPacket.h
12 #ifndef AesalonVComm_NetworkPacket_H
13 #define AesalonVComm_NetworkPacket_H
15 namespace VComm {
17 class NetworkPacket {
18 public:
19 NetworkPacket();
20 ~NetworkPacket();
23 } // namespace VComm
25 #endif