minor fixes
This commit is contained in:
@@ -147,7 +147,7 @@ class Ref
|
|||||||
* @return the pointer to the object referenced.
|
* @return the pointer to the object referenced.
|
||||||
*/
|
*/
|
||||||
inline T*
|
inline T*
|
||||||
operator->() const throw ()
|
operator->() const throw ( Exception )
|
||||||
{
|
{
|
||||||
if ( !object ) {
|
if ( !object ) {
|
||||||
throw Exception( __FILE__, __LINE__,
|
throw Exception( __FILE__, __LINE__,
|
||||||
@@ -300,6 +300,9 @@ class Ref
|
|||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.5 2002/08/20 20:07:36 darkeye
|
||||||
|
minor fixes
|
||||||
|
|
||||||
Revision 1.4 2002/02/20 11:51:27 darkeye
|
Revision 1.4 2002/02/20 11:51:27 darkeye
|
||||||
added equality operators to compare with pointers
|
added equality operators to compare with pointers
|
||||||
|
|
||||||
|
|||||||
@@ -143,6 +143,9 @@ class VorbisLibEncoder : public AudioEncoder, public virtual Reporter
|
|||||||
inline void
|
inline void
|
||||||
strip ( void ) throw ( Exception )
|
strip ( void ) throw ( Exception )
|
||||||
{
|
{
|
||||||
|
if ( converter ) {
|
||||||
|
delete converter;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -441,6 +444,9 @@ class VorbisLibEncoder : public AudioEncoder, public virtual Reporter
|
|||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.8 2002/08/20 20:07:36 darkeye
|
||||||
|
minor fixes
|
||||||
|
|
||||||
Revision 1.7 2002/08/20 19:35:37 darkeye
|
Revision 1.7 2002/08/20 19:35:37 darkeye
|
||||||
added possibility to specify maximum bitrate for Ogg Vorbis streams
|
added possibility to specify maximum bitrate for Ogg Vorbis streams
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user