Skip to content

Commit

Permalink
Fix undefined reference.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Mesnier committed Nov 28, 2015
1 parent be7df91 commit b26afd9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion idl/tao_imr/ImplRepo.idl
Expand Up @@ -197,8 +197,9 @@ module ImplementationRepository
*/
interface AdministrationExt : Administration
{
typedef sequence<string> StringSeq;
/// Identify a set of peer poas that exist in the same process.
void link_servers (in string server, in CORBA::StringSeq peers)
void link_servers (in string server, in StringSeq peers)
raises(NotFound, CannotComplete);

/// Have the appropriate activator send a signal to the named server process
Expand Down

0 comments on commit b26afd9

Please sign in to comment.