~haggai-eran/nux/rtl

« back to all changes in this revision

Viewing changes to NuxCore/InitiallyUnownedObject.cpp

  • Committer: Haggai Eran
  • Date: 2011-10-15 21:01:00 UTC
  • mfrom: (413.1.84 nux)
  • Revision ID: haggai.eran@gmail.com-20111015210100-4amf0pdxuzkynotw
Merged trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
namespace nux
28
28
{
29
 
 
30
29
  NUX_IMPLEMENT_OBJECT_TYPE (InitiallyUnownedObject);
31
30
 
32
31
  InitiallyUnownedObject::InitiallyUnownedObject (NUX_FILE_LINE_DECL)
33
32
    : Object (false, NUX_FILE_LINE_PARAM)
34
33
  {
35
 
    _allocation_file_name      = __Nux_FileName__;
36
 
    m_allocation_line_number    = __Nux_LineNumber__;
37
34
  }
38
35
 
39
36
  InitiallyUnownedObject::~InitiallyUnownedObject()