~marcustomlinson/dspatch/overall_cleanup

« back to all changes in this revision

Viewing changes to src/DSPatch.cpp

  • Committer: Marcus Tomlinson
  • Date: 2014-06-16 15:55:44 UTC
  • mfrom: (18.2.41 component_params)
  • Revision ID: marcus.tomlinson@canonical.com-20140616155544-o0ykqd90jtpx660o
Merged component_params

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/************************************************************************
2
2
DSPatch - Cross-Platform, Object-Oriented, Flow-Based Programming Library
3
 
Copyright (c) 2012-2013 Marcus Tomlinson
 
3
Copyright (c) 2012-2014 Marcus Tomlinson
4
4
 
5
5
This file is part of DSPatch.
6
6
 
48
48
 
49
49
//=================================================================================================
50
50
 
51
 
bool DSPatch::_IsThisGlobalCircuit( DspComponent* thisComponent )
 
51
bool DSPatch::_IsThisGlobalCircuit( DspComponent const* thisComponent )
52
52
{
53
53
  if( _globalCircuit != NULL )
54
54
  {
72
72
 
73
73
//-------------------------------------------------------------------------------------------------
74
74
 
75
 
void DSPatch::_RemoveGlobalComponent( DspComponent* component )
 
75
void DSPatch::_RemoveGlobalComponent( DspComponent const* component )
76
76
{
77
77
  if( _globalCircuit != NULL )
78
78
  {