/[svn]/linuxsampler/trunk/src/EventListeners.h
ViewVC logotype

Diff of /linuxsampler/trunk/src/EventListeners.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3053 by iliev, Fri Oct 23 17:53:17 2009 UTC revision 3054 by schoenebeck, Thu Dec 15 12:47:45 2016 UTC
# Line 1  Line 1 
1  /***************************************************************************  /***************************************************************************
2   *                                                                         *   *                                                                         *
3   *   Copyright (C) 2007, 2008 Grigor Iliev                                 *   *   Copyright (C) 2007 - 2009 Grigor Iliev                                *
4     *   Copyright (C) 2016 Christian Schoenebeck                              *
5   *                                                                         *   *                                                                         *
6   *   This program is free software; you can redistribute it and/or modify  *   *   This program is free software; you can redistribute it and/or modify  *
7   *   it under the terms of the GNU General Public License as published by  *   *   it under the terms of the GNU General Public License as published by  *
# Line 66  namespace LinuxSampler { Line 67  namespace LinuxSampler {
67               * Gets the number of the registered listeners.               * Gets the number of the registered listeners.
68               */               */
69              int GetListenerCount() {              int GetListenerCount() {
70                  return vListenerList.size();                  return (int) vListenerList.size();
71              }              }
72                            
73              /**              /**

Legend:
Removed from v.3053  
changed lines
  Added in v.3054

  ViewVC Help
Powered by ViewVC