~phablet-team/aethercast/trunk

« back to all changes in this revision

Viewing changes to tests/common/virtualnetwork.h

  • Committer: Bileto Bot
  • Author(s): Simon Fels
  • Date: 2016-06-07 08:27:01 UTC
  • mfrom: (143.3.9 cleanup-things)
  • Revision ID: ci-train-bot@canonical.com-20160607082701-tpau21sr4nrt9v2y
Cleanup various things

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 *
16
16
 */
17
17
 
18
 
#ifndef MCS_TESTING_VIRTUAL_ETHERNET_H_
19
 
#define MCS_TESTING_VIRTUAL_ETHERNET_H_
 
18
#ifndef AC_TESTING_VIRTUAL_ETHERNET_H_
 
19
#define AC_TESTING_VIRTUAL_ETHERNET_H_
20
20
 
21
21
#include <string>
22
22
 
23
 
namespace mcs {
 
23
namespace ac {
24
24
namespace testing {
25
25
 
26
26
class VirtualNetwork {
37
37
};
38
38
 
39
39
} // namespace testing
40
 
} // namespace mcs
 
40
} // namespace ac
41
41
 
42
42
#endif