23 lines
257 B
Plaintext
23 lines
257 B
Plaintext
note
|
|
description: "[
|
|
Main interface for RSS interface
|
|
]"
|
|
date: "$Date$"
|
|
revision: "$Revision$"
|
|
|
|
class
|
|
RSS
|
|
|
|
create
|
|
make
|
|
|
|
feature {NONE} -- Initialization
|
|
|
|
make
|
|
-- Instantiate Current object
|
|
do
|
|
check not_yet_implemented: False end
|
|
end
|
|
|
|
end
|