11 lines
280 B
ObjectPascal
11 lines
280 B
ObjectPascal
|
|
## automatic_cd::params.pp
|
||
|
|
# Module name: automatic_cd
|
||
|
|
# Author: Arne Teuke (arne_teuke@confdroid.com)
|
||
|
|
# @summary Class manages all parameters for the automatic_cd module
|
||
|
|
##############################################################################
|
||
|
|
class automatic_cd (
|
||
|
|
|
||
|
|
) {
|
||
|
|
#
|
||
|
|
}
|