Skip to content

Commit

Permalink
Changed aw namespace to awl for Win32 files.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ceylo committed Sep 17, 2011
1 parent 8218cbc commit 0c637f3
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions src/Awl/Win32/ConditionImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

#include <Awl/Win32/ConditionImpl.hpp>

namespace aw {
namespace awl {
namespace priv {

ConditionImpl::ConditionImpl(int var) :
Expand Down Expand Up @@ -122,5 +122,5 @@ namespace aw {
}

} // namespace priv
} // namespace aw
} // namespace awl

4 changes: 2 additions & 2 deletions src/Awl/Win32/ConditionImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#include <Awl/Mutex.hpp> // Use Awl mutexes
#include <iostream>

namespace aw {
namespace awl {
namespace priv {
class ConditionImpl {
public:
Expand All @@ -58,6 +58,6 @@ namespace aw {
};

} // namespace
} // namespace aw
} // namespace awl

#endif // Awl_ConditionImpl_hpp
4 changes: 2 additions & 2 deletions src/Awl/Win32/MutexImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include <Awl/Win32/MutexImpl.hpp>

namespace aw {
namespace awl {
namespace priv {

////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -62,4 +62,4 @@ namespace aw {
}

} // namespace priv
} // namespace aw
} // namespace awl
4 changes: 2 additions & 2 deletions src/Awl/Win32/MutexImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#include <Awl/boost/noncopyable.hpp>
#include <windows.h>

namespace aw
namespace awl
{
namespace priv
{
Expand Down Expand Up @@ -83,7 +83,7 @@ private :

} // namespace priv

} // namespace aw
} // namespace awl


#endif // Awl_MutexImpl_hpp
4 changes: 2 additions & 2 deletions src/Awl/Win32/Platform.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

#include <Awl/Win32/Platform.hpp>

namespace aw {
namespace awl {
namespace priv {

////////////////////////////////////////////////////////////
Expand Down Expand Up @@ -64,4 +64,4 @@ namespace aw {

} // namespace priv

} // namespace aw
} // namespace awl
4 changes: 2 additions & 2 deletions src/Awl/Win32/Platform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#include <windows.h>
#include <vector>

namespace aw
namespace awl
{
namespace priv
{
Expand Down Expand Up @@ -70,6 +70,6 @@ public :

} // namespace priv

} // namespace aw
} // namespace awl

#endif // Awl_PlatformWin32_hpp
4 changes: 2 additions & 2 deletions src/Awl/Win32/ThreadImpl.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
#include <iostream>
#include <Awl/Err.hpp>

namespace aw {
namespace awl {
namespace priv {

unsigned int ThreadImpl::CurrentThreadId(void)
Expand Down Expand Up @@ -94,4 +94,4 @@ namespace aw {
}

} // namespace priv
} // namespace aw
} // namespace awl
4 changes: 2 additions & 2 deletions src/Awl/Win32/ThreadImpl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
#include <process.h>
#include <Windows.h>

namespace aw
namespace awl
{
class Thread;

Expand Down Expand Up @@ -104,6 +104,6 @@ private :

} // namespace priv

} // namespace aw
} // namespace awl

#endif // Awl_ThreadImpl_hpp

0 comments on commit 0c637f3

Please sign in to comment.