~haggai-eran/nux/rtl-rebased

« back to all changes in this revision

Viewing changes to NuxCore/NUniqueIndex.h

  • Committer: Jay Taoko
  • Date: 2011-10-21 23:49:15 UTC
  • mfrom: (508.1.2 nux-20)
  • Revision ID: jay.taoko@canonical.com-20111021234915-hnzakb5ndebica8i
* Removed custom Nux types: t_u32, t_s32, t_bool, ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
30
30
  {
31
31
    NUX_DECLARE_GLOBAL_OBJECT (UniqueIndex, GlobalSingletonInitializer);
32
32
  public:
33
 
    t_u64 GetUniqueIndex();
 
33
    unsigned long long GetUniqueIndex();
34
34
  private:
35
35
    NThreadSafeCounter m_UniqueIndex;
36
36
    static NCriticalSection m_CriticalSection;