Changeset 290 in pacpusframework for trunk/src/PacpusLib/ComponentManager.cpp
- Timestamp:
- Mar 27, 2014, 12:53:36 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/PacpusLib/ComponentManager.cpp
r288 r290 38 38 /// Connects OutputInterfaceBase @b out to InputInterfaceBase @b in using given priority and reading mode. 39 39 /// @returns @b true if connection has been added successfully, @b false otherwise. 40 bool connectInterface(OutputInterfaceBase * out, InputInterfaceBase* in, int priority, InputInterfaceBase::ReadingMode mode = InputInterfaceBase::GetLast);40 bool connectInterface(OutputInterfaceBase* out, InputInterfaceBase* in, int priority, InputInterfaceBase::ReadingMode mode = InputInterfaceBase::GetLast); 41 41 42 42 //////////////////////////////////////////////////////////////////////////////// 43 43 44 bool connectInterface(OutputInterfaceBase * out, InputInterfaceBase* in, int priority, InputInterfaceBase::ReadingMode mode)44 bool connectInterface(OutputInterfaceBase* out, InputInterfaceBase* in, int priority, InputInterfaceBase::ReadingMode mode) 45 45 { 46 46 // check connections
Note:
See TracChangeset
for help on using the changeset viewer.