certi-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[certi-cvs] applications/PyHLA/hla/rti __init__.py


From: certi-cvs
Subject: [certi-cvs] applications/PyHLA/hla/rti __init__.py
Date: Mon, 13 Oct 2008 13:40:08 +0000

CVSROOT:        /sources/certi
Module name:    applications
Changes by:     Petr Gotthard <gotthardp>       08/10/13 13:40:07

Modified files:
        PyHLA/hla/rti  : __init__.py 

Log message:
        Added ResignAction enumeration.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/applications/PyHLA/hla/rti/__init__.py?cvsroot=certi&r1=1.1&r2=1.2

Patches:
Index: __init__.py
===================================================================
RCS file: /sources/certi/applications/PyHLA/hla/rti/__init__.py,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -b -r1.1 -r1.2
--- __init__.py 25 Sep 2008 17:17:47 -0000      1.1
+++ __init__.py 13 Oct 2008 13:40:05 -0000      1.2
@@ -1 +1,24 @@
+#
+# Python Language HLA API
+# Copyright (C) 2008  Petr Gotthard <address@hidden>
+#
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License version 2.1, as published by the Free Software Foundation.
+#
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# $Id: __init__.py,v 1.2 2008/10/13 13:40:05 gotthardp Exp $
+
 from hla._rti import *
+
+class ResignAction:
+    ReleaseAttributes = 1
+    DeleteObjects = 2
+    DeleteObjectsAndReleaseAttributes = 3
+    NoAction = 4
+
+# $Id: __init__.py,v 1.2 2008/10/13 13:40:05 gotthardp Exp $




reply via email to

[Prev in Thread] Current Thread [Next in Thread]