~ubuntu-branches/debian/experimental/gpac/experimental

« back to all changes in this revision

Viewing changes to extra_lib/include/platinum/NptSystem.h

  • Committer: Package Import Robot
  • Author(s): Reinhard Tartler
  • Date: 2014-02-22 18:15:00 UTC
  • mfrom: (1.2.2) (3.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20140222181500-b4phupo05gjpmopa
Tags: 0.5.0+svn5104~dfsg1-1
* New  upstream version 0.5.0+svn5104~dfsg1:
  - src/utils/sha1.c is relicensed under LGPLv2.1, Closes: #730759
* Don't install modules in multi-arch directories, Closes: #730497
* Add libusb-1.0.0-dev headers because libfreenect requires this
* Fix install rule
* Follow upstream soname bump
  - Drop the symbols file for now until it has been revised thourougly
* Let binaries produce the correct svn revision
* Refresh patches
* Patch and build against libav10, Closes: #739321
* Bump standards version, no changes necessary

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
public:
47
47
    // methods
48
48
    static NPT_Result GetProcessId(NPT_UInt32& id);
 
49
    static NPT_Result GetMachineName(NPT_String& name);
49
50
    static NPT_Result GetCurrentTimeStamp(NPT_TimeStamp& now);
50
51
    static NPT_Result Sleep(const NPT_TimeInterval& duration);
51
52
    static NPT_Result SleepUntil(const NPT_TimeStamp& when);
57
58
    NPT_System() {}
58
59
};
59
60
 
 
61
NPT_Result NPT_GetSystemMachineName(NPT_String& name);
 
62
 
60
63
#endif // _NPT_SYSTEM_H_