File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -2418,6 +2418,22 @@ ClassMethod UncommittedWithAction() As %Library.DynamicObject
24182418 quit fileToOtherDevelopers
24192419}
24202420
2421+ Query InstanceUncommitted () As %Query ()
2422+ {
2423+ }
2424+
2425+ ClassMethod InstanceUncommittedExecute (ByRef qHandle As %Binary ) As %Status {
2426+
2427+ }
2428+
2429+ ClassMethod InstanceUncommittedFetch (ByRef qHandle As %Binary , ByRef Row As %List , ByRef AtEnd As %Integer = 0 ) As %Status [PlaceAfter = InstanceUncommittedExecute ]{
2430+
2431+ }
2432+
2433+ ClassMethod InstanceUncommittedClose (ByRef qHandle As %Binary ) As %Status [PlaceAfter = InstanceUncommittedFetch ] {
2434+
2435+ }
2436+
24212437ClassMethod BuildCEInstallationPackage (ByRef destination As %String ) As %Status
24222438{
24232439 #define sourcedir $System .Util .InstallDirectory ()_" devuser/studio/templates/gitsourcecontrol/"
You can’t perform that action at this time.
0 commit comments