Namespaces and formatting
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
#ifndef GERMANAIRLINESVA_GACONNECTOR_RECORDER_RECORDER_H
|
||||
#define GERMANAIRLINESVA_GACONNECTOR_RECORDER_RECORDER_H
|
||||
|
||||
namespace germanairlinesva
|
||||
{
|
||||
namespace gaconnector
|
||||
{
|
||||
namespace recorder
|
||||
{
|
||||
class Recorder
|
||||
{
|
||||
};
|
||||
} // namespace recorder
|
||||
} // namespace gaconnector
|
||||
} // namespace germanairlinesva
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user