We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d7aa2 commit 74ca8fbCopy full SHA for 74ca8fb
src/process.qpp
@@ -1,7 +1,7 @@
1
/*
2
Qore Programming Language process Module
3
4
- Copyright (C) 2003 - 2020 Qore Technologies, s.r.o.
+ Copyright (C) 2003 - 2021 Qore Technologies, s.r.o.
5
6
Permission is hereby granted, free of charge, to any person obtaining a
7
copy of this software and associated documentation files (the "Software"),
@@ -73,7 +73,7 @@ Version 1.0. (See http://www.boost.org/LICENSE_1_0.txt)
73
- initial release of the process module
74
*/
75
76
-static QoreNamespace ProcessNS("Process");
+static QoreNamespace ProcessNS("Qore::Process");
77
78
DLLLOCAL const TypedHashDecl* hashdeclMemorySummaryInfo;
79
0 commit comments