From 6e907c8f993d387f538bb0c92afaf197a197f150 Mon Sep 17 00:00:00 2001 From: PixieCore <41352111+PixieCore@users.noreply.github.com> Date: Sat, 16 Apr 2022 13:02:14 +0200 Subject: [PATCH] Changed docs on interfaces.cpp --- r5dev/vpc/interfaces.cpp | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/r5dev/vpc/interfaces.cpp b/r5dev/vpc/interfaces.cpp index 69c7510d..709cd30f 100644 --- a/r5dev/vpc/interfaces.cpp +++ b/r5dev/vpc/interfaces.cpp @@ -9,7 +9,8 @@ //--------------------------------------------------------------------------------- // Purpose: add a factory to the factories vector -// Inout : factoryInfo - +// Input : svFactoryName - +// pFactory - //--------------------------------------------------------------------------------- void CFactory::AddFactory(const string& svFactoryName, void* pFactory) { @@ -22,7 +23,7 @@ void CFactory::AddFactory(const string& svFactoryName, void* pFactory) //--------------------------------------------------------------------------------- // Purpose: add a factory to the factories vector -// Inout : factoryInfo - +// Input : factoryInfo - //--------------------------------------------------------------------------------- void CFactory::AddFactory(FactoryInfo factoryInfo) { @@ -69,7 +70,7 @@ void CFactory::GetFactoriesFromRegister(void) // Purpose: get factory pointer with factoryname input from factories vector // Input : svFactoryName - // bVersionLess - -// Output : CModule +// Output : CMemory //--------------------------------------------------------------------------------- CMemory CFactory::GetFactoryPtr(const string& svFactoryName, bool bVersionLess) const {