27 |
|
long long getLastModified(); |
28 |
|
}; |
29 |
|
|
30 |
< |
// The Configurator interface, provides a CORBA object that |
30 |
> |
// The ConfigurationManager interface, provides a CORBA object that |
31 |
|
// all classes can use to obtain their individual configuration. |
32 |
< |
interface Configurator { |
32 |
> |
interface ConfigurationManager { |
33 |
|
Configuration getConfiguration(in string source); |
34 |
|
boolean isModified(in string source, in long long currentModified); |
35 |
|
}; |
39 |
|
|
40 |
|
module filter { |
41 |
|
interface FilterManager { |
42 |
< |
|
42 |
> |
//intentionally blank at present |
43 |
|
}; |
44 |
< |
|
44 |
> |
interface Filter { |
45 |
> |
//intentionally blank at present |
46 |
> |
}; |
47 |
|
// end filter |
48 |
|
}; |
49 |
|
|