Changeset 286 for cpp/frams/errmgr
- Timestamp:
- 01/05/15 21:37:33 (10 years ago)
- Location:
- cpp/frams/errmgr
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
cpp/frams/errmgr/errmanager.cpp
r244 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #include "errmanager.h" -
cpp/frams/errmgr/errmanager.h
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #ifndef _ERRMANAGER_H_ -
cpp/frams/errmgr/stderrors.cpp
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #include "stderrors.h" -
cpp/frams/errmgr/stderrors.h
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #ifndef _STDERRORS_H_ -
cpp/frams/errmgr/stdouterr.cpp
r244 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #include "stdouterr.h" -
cpp/frams/errmgr/stdouterr.h
r197 r286 1 // This file is a part of the Framsticks GDK.2 // Copyright (C) 1999-201 4 Maciej Komosinski and Szymon Ulatowski. See LICENSE.txt for details.3 // Refer to http://www.framsticks.com/ for further information.1 // This file is a part of Framsticks SDK. http://www.framsticks.com/ 2 // Copyright (C) 1999-2015 Maciej Komosinski and Szymon Ulatowski. 3 // See LICENSE.txt for details. 4 4 5 5 #ifndef _STDOUTERRORHANDLER_H_
Note: See TracChangeset
for help on using the changeset viewer.