diff Framework/Loaders/LoaderStateMachine.cpp @ 1128:8e3763d1736a broker

removing CustomOracleCommand
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 05 Nov 2019 22:39:25 +0100
parents 81b29bc7c3d4
children 87fbeb823375
line wrap: on
line diff
--- a/Framework/Loaders/LoaderStateMachine.cpp	Tue Nov 05 19:01:57 2019 +0100
+++ b/Framework/Loaders/LoaderStateMachine.cpp	Tue Nov 05 22:39:25 2019 +0100
@@ -43,11 +43,11 @@
   }
 
 
-  void LoaderStateMachine::Schedule(OracleCommandWithPayload* command)
+  void LoaderStateMachine::Schedule(OracleCommandBase* command)
   {
     LOG(TRACE) << "LoaderStateMachine(" << std::hex << this << std::dec << ")::Schedule()";
 
-    std::auto_ptr<OracleCommandWithPayload> protection(command);
+    std::auto_ptr<OracleCommandBase> protection(command);
 
     if (command == NULL)
     {