Skip to content

Commit f8e172b

Browse files
committed
Enclose Rhythm and IntanRecordingController nodes into own namespaces
1 parent fb1b583 commit f8e172b

13 files changed

Lines changed: 938 additions & 918 deletions

File tree

Builds/VisualStudio2013/Plugins/IntanRecordingController/IntanRecordingController.vcxproj.filters

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
<Filter>Source Files\rhythm-api</Filter>
6161
</ClInclude>
6262
<ClInclude Include="..\..\..\..\Source\Plugins\IntanRecordingController\USBThread.h">
63-
<Filter>Header Files</Filter>
63+
<Filter>Source Files</Filter>
6464
</ClInclude>
6565
</ItemGroup>
6666
</Project>

Source/Plugins/IntanRecordingController/OpenEphysLib.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ extern "C" EXPORT int getPluginInfo(int index, Plugin::PluginInfo* info)
4949
case 0:
5050
info->type = Plugin::PLUGIN_TYPE_DATA_THREAD;
5151
info->dataThread.name = "Intan Rec. Controller";
52-
info->dataThread.creator = &createDataThread<RHD2000Thread>;
52+
info->dataThread.creator = &createDataThread<IntanRecordingController::RHD2000Thread>;
5353
break;
5454
default:
5555
return -1;

Source/Plugins/IntanRecordingController/RHD2000Editor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <cmath>
2626

2727
#include "RHD2000Thread.h"
28+
using namespace IntanRecordingController;
2829

2930
#ifdef WIN32
3031
#if (_MSC_VER < 1800) //round doesn't exist on MSVC prior to 2013 version

0 commit comments

Comments
 (0)