comparison generator/typesystem_core-java.java @ 188:7dd099050621

initial commit for D2 support
author eldar
date Sun, 12 Jul 2009 18:58:03 +0000
parents 4fcf7ba2a791
children 7664de4a55e5
comparison
equal deleted inserted replaced
187:34fe79a9915b 188:7dd099050621
135 135
136 class QCoreApplication___ extends QCoreApplication { 136 class QCoreApplication___ extends QCoreApplication {
137 137
138 protected static QCoreApplication m_instance = null; 138 protected static QCoreApplication m_instance = null;
139 139
140 this(in string[] args) 140 this(string[] args)
141 { 141 {
142 // if (m_instance != null) 142 // if (m_instance != null)
143 // throw new RuntimeException("QCoreApplication can only be initialized once"); 143 // throw new RuntimeException("QCoreApplication can only be initialized once");
144 144
145 argc = args.length; 145 argc = args.length;