summaryrefslogtreecommitdiff
path: root/project2/cgi/cgiRequestID.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'project2/cgi/cgiRequestID.cpp')
-rw-r--r--project2/cgi/cgiRequestID.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/project2/cgi/cgiRequestID.cpp b/project2/cgi/cgiRequestID.cpp
index 038fff5..88c212c 100644
--- a/project2/cgi/cgiRequestID.cpp
+++ b/project2/cgi/cgiRequestID.cpp
@@ -50,6 +50,5 @@ class CgiRequestID : public VariableImplDyn {
return hashstr.str();
}
};
-DECLARE_COMPONENT_LOADER("requestid", CgiRequestID, VariableLoader);
-
+NAMEDFACTORY("requestid", CgiRequestID, VariableFactory);