~om26er/ubuntu/oneiric/unity/sru-778256

« back to all changes in this revision

Viewing changes to UnityCore/GLibWrapper.h

Update formatting to match style (as close as possible)

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#include <boost/utility.hpp>
26
26
#include <glib.h>
27
27
 
28
 
namespace unity {
29
 
namespace glib {
 
28
namespace unity
 
29
{
 
30
namespace glib
 
31
{
30
32
 
31
33
template <typename T>
32
34
class Object
40
42
  Object& operator=(T* val);
41
43
  Object& operator=(Object const& other);
42
44
 
43
 
  operator T*();
 
45
  operator T* ();
44
46
  operator bool();
45
47
  T* operator->();
46
48
  T* RawPtr();